bytes.Buffer.grow (method)
7 uses
bytes (current package)
buffer.go#L126: func (b *Buffer) grow(n int) int {
buffer.go#L168: m := b.grow(n)
buffer.go#L179: m = b.grow(len(p))
buffer.go#L191: m = b.grow(len(s))
buffer.go#L209: i := b.grow(MinRead)
buffer.go#L289: m = b.grow(1)
buffer.go#L308: m = b.grow(utf8.UTFMax)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |